home *** CD-ROM | disk | FTP | other *** search
/ Languguage OS 2 / Languguage OS II Version 10-94 (Knowledge Media)(1994).ISO / gnu / perl5000.zip / perl5000 / doSH < prev    next >
Text File  |  1994-04-26  |  351b  |  13 lines

  1. :  doSH is obsolete.  Just use Configure -S
  2. :  
  3. if test -f Configure ; then TOP=.;
  4. elif test -f ../Configure ; then TOP=..;
  5. elif test -f ../../Configure ; then TOP=../..;
  6. elif test -f ../../../Configure ; then TOP=../../..;
  7. elif test -f ../../../../Configure ; then TOP=../../../..;
  8. else
  9.     echo "Can't find Configure" ; exit 1
  10. fi
  11.  
  12. sh $TOP/Configure -S
  13.